-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(jit): input arguments required error #2756
fix(jit): input arguments required error #2756
Conversation
Action required: PR inactive for 5 days. |
PR closed after 10 days of inactivity. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2756 +/- ##
==========================================
+ Coverage 87.25% 87.30% +0.05%
==========================================
Files 254 254
Lines 25219 25311 +92
==========================================
+ Hits 22006 22099 +93
+ Misses 3213 3212 -1 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Kiryl Mialeshka <[email protected]>
Co-authored-by: Kiryl Mialeshka <[email protected]>
Summary:
This PR will enable Tailcall JIT implementation to validate the Input arguments if their fields meet the schema requirements. When an argument does not meet the requirements, an error is thrown.
Fixes:
Build & Testing:
cargo test
successfully../lint.sh --mode=fix
to fix all linting issues raised by./lint.sh --mode=check
.Checklist:
<type>(<optional scope>): <title>